home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / xd-2.08 / xd-2 / xd / Config / gethomep.cc < prev   
Encoding:
C/C++ Source or Header  |  1994-05-09  |  102 b   |  9 lines

  1. #include "Config.h"
  2.  
  3. Config::ConfigHome Config::get_homeparam(void) const
  4. {
  5.     return(homeparam);
  6. }
  7.  
  8.         
  9.